Skip to content

Commit

Permalink
Merge pull request #41 from near/feature/custom_deserialization
Browse files Browse the repository at this point in the history
 whitelisted senders have unlimited allowance and proper checks for ft_transfer to burn address
  • Loading branch information
anthony-near authored Nov 2, 2023
2 parents 4d0c08c + 96b9cf2 commit e51e173
Show file tree
Hide file tree
Showing 4 changed files with 286 additions and 223 deletions.
1 change: 1 addition & 0 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

1 change: 1 addition & 0 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@ edition = "2021"
[dependencies]
anyhow = "1.0.69"
axum = "0.6.20"
base64 = "0.21.4"
bytes = "1.4.0"
color-eyre = "0.6"
config = "*"
Expand Down
14 changes: 0 additions & 14 deletions config.toml
Original file line number Diff line number Diff line change
Expand Up @@ -55,17 +55,3 @@ rpc_url = "https://archival-rpc.testnet.near.org"
wallet_url = "https://wallet.testnet.near.org"
explorer_transaction_url = "https://explorer.testnet.near.org/transactions/"
rpc_api_key = ""

# betanet
# network = "betanet"
# rpc_url = "https://rpc.betanet.near.org"
# wallet_url = "https://wallet.betanet.near.org"
# explorer_transaction_url = "https://explorer.betanet.near.org/transactions/"
# rpc_api_key = ""

# shardnet
# network = "shardnet"
# rpc_url = "https://rpc.shardnet.near.org"
# wallet_url = "https://wallet.shardnet.near.org"
# explorer_transaction_url = "https://explorer.shardnet.near.org/transactions/"
# rpc_api_key = ""
Loading

0 comments on commit e51e173

Please sign in to comment.