@beefyfinance/blockchain-addressbook 0.58.9 → 0.58.11
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/address-book/base/index.d.cts +96 -0
- package/dist/address-book/base/index.d.ts +96 -0
- package/dist/address-book/base/tokens/tokens.cjs +48 -0
- package/dist/address-book/base/tokens/tokens.js +48 -0
- package/dist/address-book/ethereum/index.d.cts +26 -0
- package/dist/address-book/ethereum/index.d.ts +26 -0
- package/dist/address-book/ethereum/tokens/tokens.cjs +17 -0
- package/dist/address-book/ethereum/tokens/tokens.js +17 -0
- package/package.json +1 -1
|
@@ -3453,6 +3453,54 @@ declare const base: {
|
|
|
3453
3453
|
readonly bridge: "native";
|
|
3454
3454
|
readonly tags: readonly ["LARGE_HOLDERS", "NO_TIMELOCK"];
|
|
3455
3455
|
};
|
|
3456
|
+
readonly AAPLc: {
|
|
3457
|
+
readonly name: "Apple Inc.";
|
|
3458
|
+
readonly symbol: "AAPL";
|
|
3459
|
+
readonly oracleId: "AAPLc";
|
|
3460
|
+
readonly address: "0xb200000000000000000000C2e324d24d7eEcd1fb";
|
|
3461
|
+
readonly chainId: 8453;
|
|
3462
|
+
readonly decimals: 8;
|
|
3463
|
+
readonly website: "coinbase.com";
|
|
3464
|
+
readonly description: "Apple Inc. Coinbase Token is a tokenized debt security issued by Coinbase Onchain SPV Ltd that provides beneficial ownership of custodied Apple Inc. shares to KYC'd holders.";
|
|
3465
|
+
readonly documentation: "https://docs.base.org/";
|
|
3466
|
+
readonly bridge: "native";
|
|
3467
|
+
};
|
|
3468
|
+
readonly GOOGLc: {
|
|
3469
|
+
readonly name: "Alphabet Inc.";
|
|
3470
|
+
readonly symbol: "GOOGL";
|
|
3471
|
+
readonly oracleId: "GOOGLc";
|
|
3472
|
+
readonly address: "0xb2000000000000000000002D0BA3164cc74f58B7";
|
|
3473
|
+
readonly chainId: 8453;
|
|
3474
|
+
readonly decimals: 8;
|
|
3475
|
+
readonly website: "coinbase.com";
|
|
3476
|
+
readonly description: "Alphabet Inc. Coinbase Token is a tokenized debt security issued by Coinbase Onchain SPV Ltd that provides beneficial ownership of custodied Alphabet Inc. shares to KYC'd holders.";
|
|
3477
|
+
readonly documentation: "https://docs.base.org/";
|
|
3478
|
+
readonly bridge: "native";
|
|
3479
|
+
};
|
|
3480
|
+
readonly NVDAc: {
|
|
3481
|
+
readonly name: "NVIDIA Corporation";
|
|
3482
|
+
readonly symbol: "NVDA";
|
|
3483
|
+
readonly oracleId: "NVDAc";
|
|
3484
|
+
readonly address: "0xb20000000000000000000078ee7ce2fE4908108C";
|
|
3485
|
+
readonly chainId: 8453;
|
|
3486
|
+
readonly decimals: 8;
|
|
3487
|
+
readonly website: "coinbase.com";
|
|
3488
|
+
readonly description: "NVIDIA Corporation Coinbase Token is a tokenized debt security issued by Coinbase Onchain SPV Ltd that provides beneficial ownership of custodied NVIDIA Corporation shares to KYC'd holders.";
|
|
3489
|
+
readonly documentation: "https://docs.base.org/";
|
|
3490
|
+
readonly bridge: "native";
|
|
3491
|
+
};
|
|
3492
|
+
readonly METAc: {
|
|
3493
|
+
readonly name: "Meta Platforms Inc.";
|
|
3494
|
+
readonly symbol: "META";
|
|
3495
|
+
readonly oracleId: "METAc";
|
|
3496
|
+
readonly address: "0xb2000000000000000000008bC8786B856E61707C";
|
|
3497
|
+
readonly chainId: 8453;
|
|
3498
|
+
readonly decimals: 8;
|
|
3499
|
+
readonly website: "coinbase.com";
|
|
3500
|
+
readonly description: "Meta Platforms Inc. Coinbase Token is a tokenized debt security issued by Coinbase Onchain SPV Ltd that provides beneficial ownership of custodied Meta Platforms Inc. shares to KYC'd holders.";
|
|
3501
|
+
readonly documentation: "https://docs.base.org/";
|
|
3502
|
+
readonly bridge: "native";
|
|
3503
|
+
};
|
|
3456
3504
|
};
|
|
3457
3505
|
readonly tokenAddressMap: AddressToTokenMap<{
|
|
3458
3506
|
readonly WNATIVE: {
|
|
@@ -6904,6 +6952,54 @@ declare const base: {
|
|
|
6904
6952
|
readonly bridge: "native";
|
|
6905
6953
|
readonly tags: readonly ["LARGE_HOLDERS", "NO_TIMELOCK"];
|
|
6906
6954
|
};
|
|
6955
|
+
readonly AAPLc: {
|
|
6956
|
+
readonly name: "Apple Inc.";
|
|
6957
|
+
readonly symbol: "AAPL";
|
|
6958
|
+
readonly oracleId: "AAPLc";
|
|
6959
|
+
readonly address: "0xb200000000000000000000C2e324d24d7eEcd1fb";
|
|
6960
|
+
readonly chainId: 8453;
|
|
6961
|
+
readonly decimals: 8;
|
|
6962
|
+
readonly website: "coinbase.com";
|
|
6963
|
+
readonly description: "Apple Inc. Coinbase Token is a tokenized debt security issued by Coinbase Onchain SPV Ltd that provides beneficial ownership of custodied Apple Inc. shares to KYC'd holders.";
|
|
6964
|
+
readonly documentation: "https://docs.base.org/";
|
|
6965
|
+
readonly bridge: "native";
|
|
6966
|
+
};
|
|
6967
|
+
readonly GOOGLc: {
|
|
6968
|
+
readonly name: "Alphabet Inc.";
|
|
6969
|
+
readonly symbol: "GOOGL";
|
|
6970
|
+
readonly oracleId: "GOOGLc";
|
|
6971
|
+
readonly address: "0xb2000000000000000000002D0BA3164cc74f58B7";
|
|
6972
|
+
readonly chainId: 8453;
|
|
6973
|
+
readonly decimals: 8;
|
|
6974
|
+
readonly website: "coinbase.com";
|
|
6975
|
+
readonly description: "Alphabet Inc. Coinbase Token is a tokenized debt security issued by Coinbase Onchain SPV Ltd that provides beneficial ownership of custodied Alphabet Inc. shares to KYC'd holders.";
|
|
6976
|
+
readonly documentation: "https://docs.base.org/";
|
|
6977
|
+
readonly bridge: "native";
|
|
6978
|
+
};
|
|
6979
|
+
readonly NVDAc: {
|
|
6980
|
+
readonly name: "NVIDIA Corporation";
|
|
6981
|
+
readonly symbol: "NVDA";
|
|
6982
|
+
readonly oracleId: "NVDAc";
|
|
6983
|
+
readonly address: "0xb20000000000000000000078ee7ce2fE4908108C";
|
|
6984
|
+
readonly chainId: 8453;
|
|
6985
|
+
readonly decimals: 8;
|
|
6986
|
+
readonly website: "coinbase.com";
|
|
6987
|
+
readonly description: "NVIDIA Corporation Coinbase Token is a tokenized debt security issued by Coinbase Onchain SPV Ltd that provides beneficial ownership of custodied NVIDIA Corporation shares to KYC'd holders.";
|
|
6988
|
+
readonly documentation: "https://docs.base.org/";
|
|
6989
|
+
readonly bridge: "native";
|
|
6990
|
+
};
|
|
6991
|
+
readonly METAc: {
|
|
6992
|
+
readonly name: "Meta Platforms Inc.";
|
|
6993
|
+
readonly symbol: "META";
|
|
6994
|
+
readonly oracleId: "METAc";
|
|
6995
|
+
readonly address: "0xb2000000000000000000008bC8786B856E61707C";
|
|
6996
|
+
readonly chainId: 8453;
|
|
6997
|
+
readonly decimals: 8;
|
|
6998
|
+
readonly website: "coinbase.com";
|
|
6999
|
+
readonly description: "Meta Platforms Inc. Coinbase Token is a tokenized debt security issued by Coinbase Onchain SPV Ltd that provides beneficial ownership of custodied Meta Platforms Inc. shares to KYC'd holders.";
|
|
7000
|
+
readonly documentation: "https://docs.base.org/";
|
|
7001
|
+
readonly bridge: "native";
|
|
7002
|
+
};
|
|
6907
7003
|
}>;
|
|
6908
7004
|
readonly native: {
|
|
6909
7005
|
readonly symbol: "ETH";
|
|
@@ -3453,6 +3453,54 @@ declare const base: {
|
|
|
3453
3453
|
readonly bridge: "native";
|
|
3454
3454
|
readonly tags: readonly ["LARGE_HOLDERS", "NO_TIMELOCK"];
|
|
3455
3455
|
};
|
|
3456
|
+
readonly AAPLc: {
|
|
3457
|
+
readonly name: "Apple Inc.";
|
|
3458
|
+
readonly symbol: "AAPL";
|
|
3459
|
+
readonly oracleId: "AAPLc";
|
|
3460
|
+
readonly address: "0xb200000000000000000000C2e324d24d7eEcd1fb";
|
|
3461
|
+
readonly chainId: 8453;
|
|
3462
|
+
readonly decimals: 8;
|
|
3463
|
+
readonly website: "coinbase.com";
|
|
3464
|
+
readonly description: "Apple Inc. Coinbase Token is a tokenized debt security issued by Coinbase Onchain SPV Ltd that provides beneficial ownership of custodied Apple Inc. shares to KYC'd holders.";
|
|
3465
|
+
readonly documentation: "https://docs.base.org/";
|
|
3466
|
+
readonly bridge: "native";
|
|
3467
|
+
};
|
|
3468
|
+
readonly GOOGLc: {
|
|
3469
|
+
readonly name: "Alphabet Inc.";
|
|
3470
|
+
readonly symbol: "GOOGL";
|
|
3471
|
+
readonly oracleId: "GOOGLc";
|
|
3472
|
+
readonly address: "0xb2000000000000000000002D0BA3164cc74f58B7";
|
|
3473
|
+
readonly chainId: 8453;
|
|
3474
|
+
readonly decimals: 8;
|
|
3475
|
+
readonly website: "coinbase.com";
|
|
3476
|
+
readonly description: "Alphabet Inc. Coinbase Token is a tokenized debt security issued by Coinbase Onchain SPV Ltd that provides beneficial ownership of custodied Alphabet Inc. shares to KYC'd holders.";
|
|
3477
|
+
readonly documentation: "https://docs.base.org/";
|
|
3478
|
+
readonly bridge: "native";
|
|
3479
|
+
};
|
|
3480
|
+
readonly NVDAc: {
|
|
3481
|
+
readonly name: "NVIDIA Corporation";
|
|
3482
|
+
readonly symbol: "NVDA";
|
|
3483
|
+
readonly oracleId: "NVDAc";
|
|
3484
|
+
readonly address: "0xb20000000000000000000078ee7ce2fE4908108C";
|
|
3485
|
+
readonly chainId: 8453;
|
|
3486
|
+
readonly decimals: 8;
|
|
3487
|
+
readonly website: "coinbase.com";
|
|
3488
|
+
readonly description: "NVIDIA Corporation Coinbase Token is a tokenized debt security issued by Coinbase Onchain SPV Ltd that provides beneficial ownership of custodied NVIDIA Corporation shares to KYC'd holders.";
|
|
3489
|
+
readonly documentation: "https://docs.base.org/";
|
|
3490
|
+
readonly bridge: "native";
|
|
3491
|
+
};
|
|
3492
|
+
readonly METAc: {
|
|
3493
|
+
readonly name: "Meta Platforms Inc.";
|
|
3494
|
+
readonly symbol: "META";
|
|
3495
|
+
readonly oracleId: "METAc";
|
|
3496
|
+
readonly address: "0xb2000000000000000000008bC8786B856E61707C";
|
|
3497
|
+
readonly chainId: 8453;
|
|
3498
|
+
readonly decimals: 8;
|
|
3499
|
+
readonly website: "coinbase.com";
|
|
3500
|
+
readonly description: "Meta Platforms Inc. Coinbase Token is a tokenized debt security issued by Coinbase Onchain SPV Ltd that provides beneficial ownership of custodied Meta Platforms Inc. shares to KYC'd holders.";
|
|
3501
|
+
readonly documentation: "https://docs.base.org/";
|
|
3502
|
+
readonly bridge: "native";
|
|
3503
|
+
};
|
|
3456
3504
|
};
|
|
3457
3505
|
readonly tokenAddressMap: AddressToTokenMap<{
|
|
3458
3506
|
readonly WNATIVE: {
|
|
@@ -6904,6 +6952,54 @@ declare const base: {
|
|
|
6904
6952
|
readonly bridge: "native";
|
|
6905
6953
|
readonly tags: readonly ["LARGE_HOLDERS", "NO_TIMELOCK"];
|
|
6906
6954
|
};
|
|
6955
|
+
readonly AAPLc: {
|
|
6956
|
+
readonly name: "Apple Inc.";
|
|
6957
|
+
readonly symbol: "AAPL";
|
|
6958
|
+
readonly oracleId: "AAPLc";
|
|
6959
|
+
readonly address: "0xb200000000000000000000C2e324d24d7eEcd1fb";
|
|
6960
|
+
readonly chainId: 8453;
|
|
6961
|
+
readonly decimals: 8;
|
|
6962
|
+
readonly website: "coinbase.com";
|
|
6963
|
+
readonly description: "Apple Inc. Coinbase Token is a tokenized debt security issued by Coinbase Onchain SPV Ltd that provides beneficial ownership of custodied Apple Inc. shares to KYC'd holders.";
|
|
6964
|
+
readonly documentation: "https://docs.base.org/";
|
|
6965
|
+
readonly bridge: "native";
|
|
6966
|
+
};
|
|
6967
|
+
readonly GOOGLc: {
|
|
6968
|
+
readonly name: "Alphabet Inc.";
|
|
6969
|
+
readonly symbol: "GOOGL";
|
|
6970
|
+
readonly oracleId: "GOOGLc";
|
|
6971
|
+
readonly address: "0xb2000000000000000000002D0BA3164cc74f58B7";
|
|
6972
|
+
readonly chainId: 8453;
|
|
6973
|
+
readonly decimals: 8;
|
|
6974
|
+
readonly website: "coinbase.com";
|
|
6975
|
+
readonly description: "Alphabet Inc. Coinbase Token is a tokenized debt security issued by Coinbase Onchain SPV Ltd that provides beneficial ownership of custodied Alphabet Inc. shares to KYC'd holders.";
|
|
6976
|
+
readonly documentation: "https://docs.base.org/";
|
|
6977
|
+
readonly bridge: "native";
|
|
6978
|
+
};
|
|
6979
|
+
readonly NVDAc: {
|
|
6980
|
+
readonly name: "NVIDIA Corporation";
|
|
6981
|
+
readonly symbol: "NVDA";
|
|
6982
|
+
readonly oracleId: "NVDAc";
|
|
6983
|
+
readonly address: "0xb20000000000000000000078ee7ce2fE4908108C";
|
|
6984
|
+
readonly chainId: 8453;
|
|
6985
|
+
readonly decimals: 8;
|
|
6986
|
+
readonly website: "coinbase.com";
|
|
6987
|
+
readonly description: "NVIDIA Corporation Coinbase Token is a tokenized debt security issued by Coinbase Onchain SPV Ltd that provides beneficial ownership of custodied NVIDIA Corporation shares to KYC'd holders.";
|
|
6988
|
+
readonly documentation: "https://docs.base.org/";
|
|
6989
|
+
readonly bridge: "native";
|
|
6990
|
+
};
|
|
6991
|
+
readonly METAc: {
|
|
6992
|
+
readonly name: "Meta Platforms Inc.";
|
|
6993
|
+
readonly symbol: "META";
|
|
6994
|
+
readonly oracleId: "METAc";
|
|
6995
|
+
readonly address: "0xb2000000000000000000008bC8786B856E61707C";
|
|
6996
|
+
readonly chainId: 8453;
|
|
6997
|
+
readonly decimals: 8;
|
|
6998
|
+
readonly website: "coinbase.com";
|
|
6999
|
+
readonly description: "Meta Platforms Inc. Coinbase Token is a tokenized debt security issued by Coinbase Onchain SPV Ltd that provides beneficial ownership of custodied Meta Platforms Inc. shares to KYC'd holders.";
|
|
7000
|
+
readonly documentation: "https://docs.base.org/";
|
|
7001
|
+
readonly bridge: "native";
|
|
7002
|
+
};
|
|
6907
7003
|
}>;
|
|
6908
7004
|
readonly native: {
|
|
6909
7005
|
readonly symbol: "ETH";
|
|
@@ -3466,6 +3466,54 @@ const tokens = {
|
|
|
3466
3466
|
description: "LienFi tokenizes U.S. tax liens and tax deeds onchain. $LFI is the native token of the protocol — a fixed-supply ERC-20 on Base with 73% liquid at launch.",
|
|
3467
3467
|
bridge: "native",
|
|
3468
3468
|
tags: ["LARGE_HOLDERS", "NO_TIMELOCK"]
|
|
3469
|
+
},
|
|
3470
|
+
AAPLc: {
|
|
3471
|
+
name: "Apple Inc.",
|
|
3472
|
+
symbol: "AAPL",
|
|
3473
|
+
oracleId: "AAPLc",
|
|
3474
|
+
address: "0xb200000000000000000000C2e324d24d7eEcd1fb",
|
|
3475
|
+
chainId: 8453,
|
|
3476
|
+
decimals: 8,
|
|
3477
|
+
website: "coinbase.com",
|
|
3478
|
+
description: "Apple Inc. Coinbase Token is a tokenized debt security issued by Coinbase Onchain SPV Ltd that provides beneficial ownership of custodied Apple Inc. shares to KYC'd holders.",
|
|
3479
|
+
documentation: "https://docs.base.org/",
|
|
3480
|
+
bridge: "native"
|
|
3481
|
+
},
|
|
3482
|
+
GOOGLc: {
|
|
3483
|
+
name: "Alphabet Inc.",
|
|
3484
|
+
symbol: "GOOGL",
|
|
3485
|
+
oracleId: "GOOGLc",
|
|
3486
|
+
address: "0xb2000000000000000000002D0BA3164cc74f58B7",
|
|
3487
|
+
chainId: 8453,
|
|
3488
|
+
decimals: 8,
|
|
3489
|
+
website: "coinbase.com",
|
|
3490
|
+
description: "Alphabet Inc. Coinbase Token is a tokenized debt security issued by Coinbase Onchain SPV Ltd that provides beneficial ownership of custodied Alphabet Inc. shares to KYC'd holders.",
|
|
3491
|
+
documentation: "https://docs.base.org/",
|
|
3492
|
+
bridge: "native"
|
|
3493
|
+
},
|
|
3494
|
+
NVDAc: {
|
|
3495
|
+
name: "NVIDIA Corporation",
|
|
3496
|
+
symbol: "NVDA",
|
|
3497
|
+
oracleId: "NVDAc",
|
|
3498
|
+
address: "0xb20000000000000000000078ee7ce2fE4908108C",
|
|
3499
|
+
chainId: 8453,
|
|
3500
|
+
decimals: 8,
|
|
3501
|
+
website: "coinbase.com",
|
|
3502
|
+
description: "NVIDIA Corporation Coinbase Token is a tokenized debt security issued by Coinbase Onchain SPV Ltd that provides beneficial ownership of custodied NVIDIA Corporation shares to KYC'd holders.",
|
|
3503
|
+
documentation: "https://docs.base.org/",
|
|
3504
|
+
bridge: "native"
|
|
3505
|
+
},
|
|
3506
|
+
METAc: {
|
|
3507
|
+
name: "Meta Platforms Inc.",
|
|
3508
|
+
symbol: "META",
|
|
3509
|
+
oracleId: "METAc",
|
|
3510
|
+
address: "0xb2000000000000000000008bC8786B856E61707C",
|
|
3511
|
+
chainId: 8453,
|
|
3512
|
+
decimals: 8,
|
|
3513
|
+
website: "coinbase.com",
|
|
3514
|
+
description: "Meta Platforms Inc. Coinbase Token is a tokenized debt security issued by Coinbase Onchain SPV Ltd that provides beneficial ownership of custodied Meta Platforms Inc. shares to KYC'd holders.",
|
|
3515
|
+
documentation: "https://docs.base.org/",
|
|
3516
|
+
bridge: "native"
|
|
3469
3517
|
}
|
|
3470
3518
|
};
|
|
3471
3519
|
//#endregion
|
|
@@ -3466,6 +3466,54 @@ const tokens = {
|
|
|
3466
3466
|
description: "LienFi tokenizes U.S. tax liens and tax deeds onchain. $LFI is the native token of the protocol — a fixed-supply ERC-20 on Base with 73% liquid at launch.",
|
|
3467
3467
|
bridge: "native",
|
|
3468
3468
|
tags: ["LARGE_HOLDERS", "NO_TIMELOCK"]
|
|
3469
|
+
},
|
|
3470
|
+
AAPLc: {
|
|
3471
|
+
name: "Apple Inc.",
|
|
3472
|
+
symbol: "AAPL",
|
|
3473
|
+
oracleId: "AAPLc",
|
|
3474
|
+
address: "0xb200000000000000000000C2e324d24d7eEcd1fb",
|
|
3475
|
+
chainId: 8453,
|
|
3476
|
+
decimals: 8,
|
|
3477
|
+
website: "coinbase.com",
|
|
3478
|
+
description: "Apple Inc. Coinbase Token is a tokenized debt security issued by Coinbase Onchain SPV Ltd that provides beneficial ownership of custodied Apple Inc. shares to KYC'd holders.",
|
|
3479
|
+
documentation: "https://docs.base.org/",
|
|
3480
|
+
bridge: "native"
|
|
3481
|
+
},
|
|
3482
|
+
GOOGLc: {
|
|
3483
|
+
name: "Alphabet Inc.",
|
|
3484
|
+
symbol: "GOOGL",
|
|
3485
|
+
oracleId: "GOOGLc",
|
|
3486
|
+
address: "0xb2000000000000000000002D0BA3164cc74f58B7",
|
|
3487
|
+
chainId: 8453,
|
|
3488
|
+
decimals: 8,
|
|
3489
|
+
website: "coinbase.com",
|
|
3490
|
+
description: "Alphabet Inc. Coinbase Token is a tokenized debt security issued by Coinbase Onchain SPV Ltd that provides beneficial ownership of custodied Alphabet Inc. shares to KYC'd holders.",
|
|
3491
|
+
documentation: "https://docs.base.org/",
|
|
3492
|
+
bridge: "native"
|
|
3493
|
+
},
|
|
3494
|
+
NVDAc: {
|
|
3495
|
+
name: "NVIDIA Corporation",
|
|
3496
|
+
symbol: "NVDA",
|
|
3497
|
+
oracleId: "NVDAc",
|
|
3498
|
+
address: "0xb20000000000000000000078ee7ce2fE4908108C",
|
|
3499
|
+
chainId: 8453,
|
|
3500
|
+
decimals: 8,
|
|
3501
|
+
website: "coinbase.com",
|
|
3502
|
+
description: "NVIDIA Corporation Coinbase Token is a tokenized debt security issued by Coinbase Onchain SPV Ltd that provides beneficial ownership of custodied NVIDIA Corporation shares to KYC'd holders.",
|
|
3503
|
+
documentation: "https://docs.base.org/",
|
|
3504
|
+
bridge: "native"
|
|
3505
|
+
},
|
|
3506
|
+
METAc: {
|
|
3507
|
+
name: "Meta Platforms Inc.",
|
|
3508
|
+
symbol: "META",
|
|
3509
|
+
oracleId: "METAc",
|
|
3510
|
+
address: "0xb2000000000000000000008bC8786B856E61707C",
|
|
3511
|
+
chainId: 8453,
|
|
3512
|
+
decimals: 8,
|
|
3513
|
+
website: "coinbase.com",
|
|
3514
|
+
description: "Meta Platforms Inc. Coinbase Token is a tokenized debt security issued by Coinbase Onchain SPV Ltd that provides beneficial ownership of custodied Meta Platforms Inc. shares to KYC'd holders.",
|
|
3515
|
+
documentation: "https://docs.base.org/",
|
|
3516
|
+
bridge: "native"
|
|
3469
3517
|
}
|
|
3470
3518
|
};
|
|
3471
3519
|
//#endregion
|
|
@@ -3015,6 +3015,19 @@ declare const ethereum: {
|
|
|
3015
3015
|
readonly description: "YieldBasis is a decentralized protocol that lets liquidity providers earn trading fees on volatile-asset pairs without the impermanent loss a normal LP suffers.";
|
|
3016
3016
|
readonly bridge: "native";
|
|
3017
3017
|
};
|
|
3018
|
+
readonly trUSD: {
|
|
3019
|
+
readonly name: "trUSD";
|
|
3020
|
+
readonly symbol: "trUSD";
|
|
3021
|
+
readonly oracleId: "trUSD";
|
|
3022
|
+
readonly address: "0xd0580192E98eA6CEB9c7b6191Ed2E27560911697";
|
|
3023
|
+
readonly chainId: 1;
|
|
3024
|
+
readonly decimals: 18;
|
|
3025
|
+
readonly website: "https://app.tori.finance/";
|
|
3026
|
+
readonly documentation: "https://docs.tori.finance/";
|
|
3027
|
+
readonly description: "trUSD is Tori Finance’s synthetic dollar token. It is designed to track the value of USD and is the foundation of the Tori ecosystem.";
|
|
3028
|
+
readonly bridge: "native";
|
|
3029
|
+
readonly tags: readonly ["NO_TIMELOCK", "SYNTHETIC", "STABLECOIN"];
|
|
3030
|
+
};
|
|
3018
3031
|
readonly PAXG: {
|
|
3019
3032
|
readonly name: "Paxos Gold";
|
|
3020
3033
|
readonly symbol: "PAXG";
|
|
@@ -6040,6 +6053,19 @@ declare const ethereum: {
|
|
|
6040
6053
|
readonly description: "YieldBasis is a decentralized protocol that lets liquidity providers earn trading fees on volatile-asset pairs without the impermanent loss a normal LP suffers.";
|
|
6041
6054
|
readonly bridge: "native";
|
|
6042
6055
|
};
|
|
6056
|
+
readonly trUSD: {
|
|
6057
|
+
readonly name: "trUSD";
|
|
6058
|
+
readonly symbol: "trUSD";
|
|
6059
|
+
readonly oracleId: "trUSD";
|
|
6060
|
+
readonly address: "0xd0580192E98eA6CEB9c7b6191Ed2E27560911697";
|
|
6061
|
+
readonly chainId: 1;
|
|
6062
|
+
readonly decimals: 18;
|
|
6063
|
+
readonly website: "https://app.tori.finance/";
|
|
6064
|
+
readonly documentation: "https://docs.tori.finance/";
|
|
6065
|
+
readonly description: "trUSD is Tori Finance’s synthetic dollar token. It is designed to track the value of USD and is the foundation of the Tori ecosystem.";
|
|
6066
|
+
readonly bridge: "native";
|
|
6067
|
+
readonly tags: readonly ["NO_TIMELOCK", "SYNTHETIC", "STABLECOIN"];
|
|
6068
|
+
};
|
|
6043
6069
|
readonly PAXG: {
|
|
6044
6070
|
readonly name: "Paxos Gold";
|
|
6045
6071
|
readonly symbol: "PAXG";
|
|
@@ -3015,6 +3015,19 @@ declare const ethereum: {
|
|
|
3015
3015
|
readonly description: "YieldBasis is a decentralized protocol that lets liquidity providers earn trading fees on volatile-asset pairs without the impermanent loss a normal LP suffers.";
|
|
3016
3016
|
readonly bridge: "native";
|
|
3017
3017
|
};
|
|
3018
|
+
readonly trUSD: {
|
|
3019
|
+
readonly name: "trUSD";
|
|
3020
|
+
readonly symbol: "trUSD";
|
|
3021
|
+
readonly oracleId: "trUSD";
|
|
3022
|
+
readonly address: "0xd0580192E98eA6CEB9c7b6191Ed2E27560911697";
|
|
3023
|
+
readonly chainId: 1;
|
|
3024
|
+
readonly decimals: 18;
|
|
3025
|
+
readonly website: "https://app.tori.finance/";
|
|
3026
|
+
readonly documentation: "https://docs.tori.finance/";
|
|
3027
|
+
readonly description: "trUSD is Tori Finance’s synthetic dollar token. It is designed to track the value of USD and is the foundation of the Tori ecosystem.";
|
|
3028
|
+
readonly bridge: "native";
|
|
3029
|
+
readonly tags: readonly ["NO_TIMELOCK", "SYNTHETIC", "STABLECOIN"];
|
|
3030
|
+
};
|
|
3018
3031
|
readonly PAXG: {
|
|
3019
3032
|
readonly name: "Paxos Gold";
|
|
3020
3033
|
readonly symbol: "PAXG";
|
|
@@ -6040,6 +6053,19 @@ declare const ethereum: {
|
|
|
6040
6053
|
readonly description: "YieldBasis is a decentralized protocol that lets liquidity providers earn trading fees on volatile-asset pairs without the impermanent loss a normal LP suffers.";
|
|
6041
6054
|
readonly bridge: "native";
|
|
6042
6055
|
};
|
|
6056
|
+
readonly trUSD: {
|
|
6057
|
+
readonly name: "trUSD";
|
|
6058
|
+
readonly symbol: "trUSD";
|
|
6059
|
+
readonly oracleId: "trUSD";
|
|
6060
|
+
readonly address: "0xd0580192E98eA6CEB9c7b6191Ed2E27560911697";
|
|
6061
|
+
readonly chainId: 1;
|
|
6062
|
+
readonly decimals: 18;
|
|
6063
|
+
readonly website: "https://app.tori.finance/";
|
|
6064
|
+
readonly documentation: "https://docs.tori.finance/";
|
|
6065
|
+
readonly description: "trUSD is Tori Finance’s synthetic dollar token. It is designed to track the value of USD and is the foundation of the Tori ecosystem.";
|
|
6066
|
+
readonly bridge: "native";
|
|
6067
|
+
readonly tags: readonly ["NO_TIMELOCK", "SYNTHETIC", "STABLECOIN"];
|
|
6068
|
+
};
|
|
6043
6069
|
readonly PAXG: {
|
|
6044
6070
|
readonly name: "Paxos Gold";
|
|
6045
6071
|
readonly symbol: "PAXG";
|
|
@@ -3048,6 +3048,23 @@ const tokens = {
|
|
|
3048
3048
|
description: "YieldBasis is a decentralized protocol that lets liquidity providers earn trading fees on volatile-asset pairs without the impermanent loss a normal LP suffers.",
|
|
3049
3049
|
bridge: "native"
|
|
3050
3050
|
},
|
|
3051
|
+
trUSD: {
|
|
3052
|
+
name: "trUSD",
|
|
3053
|
+
symbol: "trUSD",
|
|
3054
|
+
oracleId: "trUSD",
|
|
3055
|
+
address: "0xd0580192E98eA6CEB9c7b6191Ed2E27560911697",
|
|
3056
|
+
chainId: 1,
|
|
3057
|
+
decimals: 18,
|
|
3058
|
+
website: "https://app.tori.finance/",
|
|
3059
|
+
documentation: "https://docs.tori.finance/",
|
|
3060
|
+
description: "trUSD is Tori Finance’s synthetic dollar token. It is designed to track the value of USD and is the foundation of the Tori ecosystem.",
|
|
3061
|
+
bridge: "native",
|
|
3062
|
+
tags: [
|
|
3063
|
+
"NO_TIMELOCK",
|
|
3064
|
+
"SYNTHETIC",
|
|
3065
|
+
"STABLECOIN"
|
|
3066
|
+
]
|
|
3067
|
+
},
|
|
3051
3068
|
PAXG: {
|
|
3052
3069
|
name: "Paxos Gold",
|
|
3053
3070
|
symbol: "PAXG",
|
|
@@ -3048,6 +3048,23 @@ const tokens = {
|
|
|
3048
3048
|
description: "YieldBasis is a decentralized protocol that lets liquidity providers earn trading fees on volatile-asset pairs without the impermanent loss a normal LP suffers.",
|
|
3049
3049
|
bridge: "native"
|
|
3050
3050
|
},
|
|
3051
|
+
trUSD: {
|
|
3052
|
+
name: "trUSD",
|
|
3053
|
+
symbol: "trUSD",
|
|
3054
|
+
oracleId: "trUSD",
|
|
3055
|
+
address: "0xd0580192E98eA6CEB9c7b6191Ed2E27560911697",
|
|
3056
|
+
chainId: 1,
|
|
3057
|
+
decimals: 18,
|
|
3058
|
+
website: "https://app.tori.finance/",
|
|
3059
|
+
documentation: "https://docs.tori.finance/",
|
|
3060
|
+
description: "trUSD is Tori Finance’s synthetic dollar token. It is designed to track the value of USD and is the foundation of the Tori ecosystem.",
|
|
3061
|
+
bridge: "native",
|
|
3062
|
+
tags: [
|
|
3063
|
+
"NO_TIMELOCK",
|
|
3064
|
+
"SYNTHETIC",
|
|
3065
|
+
"STABLECOIN"
|
|
3066
|
+
]
|
|
3067
|
+
},
|
|
3051
3068
|
PAXG: {
|
|
3052
3069
|
name: "Paxos Gold",
|
|
3053
3070
|
symbol: "PAXG",
|
package/package.json
CHANGED