@eth-optimism/tokenlist 10.0.104 → 10.0.106
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/index.d.ts +1 -1
- package/dist/index.js +42 -2
- package/dist/index.js.map +1 -1
- package/dist/index.mjs +42 -2
- package/dist/index.mjs.map +1 -1
- package/dist/{optimism.tokenlist-6a4ebb33.d.ts → optimism.tokenlist-c36db929.d.ts} +42 -2
- package/dist/optimism.tokenlist.d.ts +1 -1
- package/dist/optimism.tokenlist.js +42 -2
- package/dist/optimism.tokenlist.js.map +1 -1
- package/dist/optimism.tokenlist.mjs +42 -2
- package/dist/optimism.tokenlist.mjs.map +1 -1
- package/package.json +1 -1
|
@@ -6,7 +6,7 @@ var keywords = [
|
|
|
6
6
|
"layer2",
|
|
7
7
|
"infrastructure"
|
|
8
8
|
];
|
|
9
|
-
var timestamp = "2024-
|
|
9
|
+
var timestamp = "2024-08-02T20:37:34.887Z";
|
|
10
10
|
var tokens = [
|
|
11
11
|
{
|
|
12
12
|
chainId: 1,
|
|
@@ -3702,6 +3702,7 @@ var tokens = [
|
|
|
3702
3702
|
logoURI: "https://ethereum-optimism.github.io/data/KROM/logo.png",
|
|
3703
3703
|
extensions: {
|
|
3704
3704
|
optimismBridgeAddress: "0x99C9fc46f92E8a1c0deC1b1747d010903E884bE1",
|
|
3705
|
+
baseBridgeAddress: "0x3154Cf16ccdb4C6d922629664174b904d80F2C35",
|
|
3705
3706
|
opListId: "extended",
|
|
3706
3707
|
opTokenId: "KROM"
|
|
3707
3708
|
}
|
|
@@ -3719,6 +3720,19 @@ var tokens = [
|
|
|
3719
3720
|
opTokenId: "KROM"
|
|
3720
3721
|
}
|
|
3721
3722
|
},
|
|
3723
|
+
{
|
|
3724
|
+
chainId: 8453,
|
|
3725
|
+
address: "0xdfF3C626De2Ccd1ECf67E97abc8A74C102C86545",
|
|
3726
|
+
name: "Kromatika",
|
|
3727
|
+
symbol: "KROM",
|
|
3728
|
+
decimals: 18,
|
|
3729
|
+
logoURI: "https://ethereum-optimism.github.io/data/KROM/logo.png",
|
|
3730
|
+
extensions: {
|
|
3731
|
+
baseBridgeAddress: "0x4200000000000000000000000000000000000010",
|
|
3732
|
+
opListId: "extended",
|
|
3733
|
+
opTokenId: "KROM"
|
|
3734
|
+
}
|
|
3735
|
+
},
|
|
3722
3736
|
{
|
|
3723
3737
|
chainId: 1,
|
|
3724
3738
|
address: "0x5A98FcBEA516Cf06857215779Fd812CA3beF1B32",
|
|
@@ -8653,6 +8667,32 @@ var tokens = [
|
|
|
8653
8667
|
opTokenId: "YFI"
|
|
8654
8668
|
}
|
|
8655
8669
|
},
|
|
8670
|
+
{
|
|
8671
|
+
chainId: 1,
|
|
8672
|
+
address: "0xF55a93b613D172b86c2Ba3981a849DaE2aeCDE2f",
|
|
8673
|
+
name: "YFX",
|
|
8674
|
+
symbol: "YFX",
|
|
8675
|
+
decimals: 18,
|
|
8676
|
+
logoURI: "https://ethereum-optimism.github.io/data/YFX/logo.svg",
|
|
8677
|
+
extensions: {
|
|
8678
|
+
baseBridgeAddress: "0x3154Cf16ccdb4C6d922629664174b904d80F2C35",
|
|
8679
|
+
opListId: "extended",
|
|
8680
|
+
opTokenId: "YFX"
|
|
8681
|
+
}
|
|
8682
|
+
},
|
|
8683
|
+
{
|
|
8684
|
+
chainId: 8453,
|
|
8685
|
+
address: "0x6F74bAf5A0F209609e5826AcBebc90d394830cf7",
|
|
8686
|
+
name: "YFX Token",
|
|
8687
|
+
symbol: "YFX",
|
|
8688
|
+
decimals: 18,
|
|
8689
|
+
logoURI: "https://ethereum-optimism.github.io/data/YFX/logo.svg",
|
|
8690
|
+
extensions: {
|
|
8691
|
+
baseBridgeAddress: "0x4200000000000000000000000000000000000010",
|
|
8692
|
+
opListId: "extended",
|
|
8693
|
+
opTokenId: "YFX"
|
|
8694
|
+
}
|
|
8695
|
+
},
|
|
8656
8696
|
{
|
|
8657
8697
|
chainId: 1,
|
|
8658
8698
|
address: "0x42EDBbA2f54e1E765235A81Bd416F1DA89Dc8540",
|
|
@@ -8957,7 +8997,7 @@ var tokens = [
|
|
|
8957
8997
|
var version = {
|
|
8958
8998
|
major: 10,
|
|
8959
8999
|
minor: 0,
|
|
8960
|
-
patch:
|
|
9000
|
+
patch: 106
|
|
8961
9001
|
};
|
|
8962
9002
|
var optimism_tokenlist_default = {
|
|
8963
9003
|
name,
|